home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CUJ9206.ARJ / 1006084A < prev    next >
Text File  |  1992-06-02  |  80b  |  7 lines

  1. #ifndef    PROTO_H
  2. #define PROTO_H
  3.  
  4. int    hello(char *s);
  5.  
  6. #endif /*== PROTO_H ==*/
  7.